æòÅⁿâoâiü[

write() Global Function


    write(text)

Description

    The write global function writes output to the Info palette, with no line break added.

Parameters

    text

    text string; truncated if too long for the info palette

Example

    write("This text appears in Info palette.");

See also

    writeLn() Global Function